Welcome![Sign In][Sign Up]
Location:
Search - noise code in Matlab

Search list

[matlabWAVELET_WORK

Description: THIS MATLAB CODE REDUCE THE SPECKLE NOISE IN SAR IMAGE, IT USE WAVELET FILTER THEN USED CASCADE THREE FILTERS IN TIME DOMAIN (HYBRID TIME AND FREQUENCY DOMAIN). THIS CODE NEED SOME MODIFICATIONS SINCE THERE ARE SOME PROBLEMS LIKE BY COMPUTE PSNR AND THE WAVELET HAS SOME ERRORS IN COMPUTE THE DE-NOISING
Platform: | Size: 1214464 | Author: same | Hits:

[matlabexample03_01

Description: 在matlab中调用smooth函数进行加噪数据的平滑处理的方法代码-The M code tells how to call a function to smooth the data which be merged into the noise in Matlab
Platform: | Size: 1024 | Author: 小肖 | Hits:

[matlabOFDM

Description: OFDM下行的仿真1、产生要传输随机数; 2、进行调制; 3、串并转换; 4、进行IFFT操作(代码中有用到共轭对称向量的IFFT为实数进行简化计算); 5、增加循环前缀; 6、并串转换; 7、输出前滤波; 8、增加信道噪声(加性高斯白噪声); 9、接收端串并转换; 10、去除循环前缀; 11、进行FFT变换; 12、信号解调; 13、误比特率计算; -OFDM downlink simulation 1, have to be transmitted random number 2, the modulation 3 series and transforms 4, the IFFT operation (code useful to conjugate symmetric vector of the IFFT of real numbers to simplify calculations) 5, the increase in circulating prefix 6, and string conversion 7, the output before the filter 8, increased channel noise (additive white Gaussian noise) 9, the receiver string and conversion 10, removal of cyclic prefix 11, the FFT transform 12 , the signal demodulation 13, bit error rate
Platform: | Size: 112640 | Author: 刘洋 | Hits:

[matlabGPS2

Description: 用MATLAB在产生的观测数据中捕获其中PRN 号码为“5”C/A 码。 (1) 观测数据应该有一定的多普勒频偏D f(-10kHz〈D f〈+10kHz); (2) 加入高斯白噪声,使其信噪比为-20dB; (3) 捕获成功后,应给出捕获标志,并给出估计的频偏和码偏值。-Generated by MATLAB in which observed data capture PRN number is " 5" C/A code. (1) there should be some observations of Doppler shift D f (-10kHz < D f < +10 kHz) (2) by adding Gaussian white noise, so SNR is-20dB (3) capture success After the capture flag to be given, and given the estimated frequency offset and code bias values.
Platform: | Size: 3072 | Author: 李伟 | Hits:

[matlabturbo

Description: AWGN channel Turbo code bit error rate model in an experimental basis, through curve fitting and other mathematical tools, to be additive white Gaussian noise channel conditions, channel coding using
Platform: | Size: 2048 | Author: zhenghuafei | Hits:

[matlabFinalweak_signal

Description: this code is developed for weak signal detection in impulsive noise environment.
Platform: | Size: 7168 | Author: nilesh | Hits:

[matlabnoise

Description: this file contain matlab code for noise in communication.-this file contain matlab code for noise in communication.
Platform: | Size: 1024 | Author: khan | Hits:

[matlabQRcode

Description: QR码作为一种可高速、全方位识别的二维条码,已经在各行各业中得到了应用,并具有很大发展潜力.本文针对QR码图像的识别过程中可能遇到的图像噪声干扰、QR码占实际拍摄图像的一部分、倾斜、几何失真等问题进行了研究,提出了通过改进型中值滤波去除噪声,使用QR码符号特性定位并对倾斜图像进行旋转,对失真不严重的图像采用控制点变换和双线性插值方法进行几何校正.实验证明, 本文的方法简单有效, 可以用于提高条码的正确识别率.-As a high-speed, full identification of the two-dimensional bar code, QR code has been applied in all walks of life, and also has great potential for development. In this paper, aiming at QR code image recognition process may be encountered in noise interference, QR code accounting for the actual captured image just a part, slant, geometric distortion, and other issues have been studied, put forward through improved median filter to remove noise, use QR code symbol characteristics to locate and rotate the tilted image, distortion which is not serious use control-point transform and spatial bilinear interpolation method for geometric correction. The results show that this method is simple and effective, can be used to improve the QR code correct recognition rate.
Platform: | Size: 1319936 | Author: ljj | Hits:

[matlabtraditionalsp

Description: This a matlab source code algorithm for noise reduction in speech processing.-This is a matlab source code algorithm for noise reduction in speech processing.
Platform: | Size: 1024 | Author: harish | Hits:

[matlabMatlab-script

Description: it is a code for remove noise in machine vision
Platform: | Size: 11264 | Author: par | Hits:

[Special EffectsMYGUI

Description: 第一章作业: 用C语言或者VC,VB,Matlab或其他语言完 成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 第五章作业 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 在图像中生成一个矩形,然后用模板匹配法找出矩形位置。使用SSDA或改进SSDA法。 第五章作业 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 -Chapter operations: in C or VC, VB, Matlab or other languages ​ ​ to complete the following experiment: 1) open a BMP file 2) the gray value of its local area to change 3) Save as a new requirements display BMP files the original BMP image and the new BMP image. 1. Open an image, add salt and pepper, Gaussian noise, and then use the neighborhood average, median filtering, K adjacent average smoothing. 2. Open the image using the Roberts gradient, Sobel operator and Laplacian sharpening, and compare the results. Chapter operations to write a program, the input image Huffman, display the original image entropy encoded average code word length, and be able to reconstruct the image according to encoding. Generate a rectangle in the image, then use template matching to identify position of the rectangle. Or improved using the SSDA SSDA method. Chapter operations to write a program, the input image Huffman, display the original image entropy encoded average code word length, and be
Platform: | Size: 6144 | Author: 杨智雄 | Hits:

[matlabspeech_enhance_GUI

Description: 使用维纳滤波、谱减法和自适应滤波法在matlab环境下实现语音降噪处理的源代码,并实现了GUI用户图形界面设置,参数可调。-Using Wiener filtering, spectral subtraction and adaptive filtering in matlab environment voice noise reduction processing source code, and implement a GUI graphical user interface settings, adjustable parameters.
Platform: | Size: 70656 | Author: 张雪皓 | Hits:

[matlabpcncdldnn

Description: 一个在MATLAB上编写的PCNN去除噪声的程序源代码完整,可直接使用。-Written in MATLAB on a PCNN noise removal complete source code can be used directly.
Platform: | Size: 2048 | Author: 认可 | Hits:

[matlabGaborKernel

Description: i want source code for gabor filter to remove noise in preprocessing step of fingerprint in matlab
Platform: | Size: 1024 | Author: rams | Hits:

[Special Effectsmatlab

Description: matlab 代码,各种图像处理中遇到的问题,例如关于滤波器,噪声处理-Matlab code, the problems encountered in a variety of image processing, such as filters, noise processing
Platform: | Size: 52224 | Author: zhangruijie | Hits:

[OtherMATLAB-and-communication-simulation

Description: 1、研究BFSK在加性高斯白噪声信道下(无突发干扰)的误码率性能与信噪比之间的关系; 2、研究BFSK在加性高斯白噪声信道下(有突发干扰)的误码率性能与信噪比之间的关系;分析突发干扰的持续时间对误码率性能的影响。 3、研究BFSK+信道编码(取BCH码和汉明码)在加性高斯白噪声信道下(无突发干扰)的误码率性能与信噪比之间的关系;分析不同码率对误码率性能的影响。比较不同信道编码方式的编码增益性能。 4、研究BFSK+信道编码(取BCH码和汉明码)在加性高斯白噪声信道下(有突发干扰)的误码率性能与信噪比之间的关系;分析突发干扰的持续时间对误码率性能的影响。分析不同码率对误码率性能的影响。比较不同信道编码方式的编码增益性能。 -The relationship between research BFSK in additive white Gaussian noise channel (non-burst interference) bit error rate performance and signal to noise ratio research BFSK in additive white Gaussian noise channel (burst interference The relationship between), bit error rate performance and signal to noise ratio analysis of the duration of the burst interference on the BER performance. The relationship between the 3 the study BFSK+ channel coding (take BCH code and Hamming code) under the additive white Gaussian noise channel (non-burst interference), bit error rate performance and signal to noise ratio analysis of the different rate of bit error rate the impact of the performance. Comparison of different channel coding, coding gain performance. The relationship between the 4 the study BFSK+ channel coding (take BCH code and Hamming code) under the additive white Gaussian noise channel (burst interference), bit error rate performance and signal to noise ratio duration analysis of bu
Platform: | Size: 623616 | Author: tracy | Hits:

[matlabadd_gauss_white_noise_or_salt_and_pepper_noise

Description: 使用这个matlab程序,你可以对图像实现加高斯白噪声或者椒盐噪声-whth this matlab code,You can add Gaussian white noise or salt and pepper noise on the purpose image
Platform: | Size: 334848 | Author: 浅夏 | Hits:

[Software Engineeringdbmf

Description: matlab code for decision based median filter.it can be used for salt and pepper noise reduction . in this the pixel values are processed based on a decision mechanism
Platform: | Size: 1024 | Author: benazir | Hits:

[Special Effectsmixed-noise

Description: 给出了数字图像处理图像复原运算中混合噪声的自适应滤波代码,经过matlab调试运行成功,图像处理结果较好-Adaptive filtering code given mixed noise in digital image processing image restoration operation, successful after matlab commissioning run, the results of image processing
Platform: | Size: 1024 | Author: 刘德华 | Hits:

[matlabImageNoiseEvaluation

Description: This matlab code show the noise calculations in image like PSNR etc. Which helps in image processing projects.
Platform: | Size: 136192 | Author: pbarmashe | Hits:
« 1 2 3 4 5 67 8 9 10 11 12 »

CodeBus www.codebus.net